home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / SNIP1292.ARJ / HILOBYTE.H < prev    next >
Text File  |  1992-06-20  |  84b  |  3 lines

  1. #define LOBYTE(x) ((unsigned char)(x))
  2. #define HIBYTE(x) ((unsigned int)(x) >> 8)
  3.